home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Periodicals / develop / develop 3 code / Surf's Up! / Interfaces / RIncludes / CTBUtils.r < prev    next >
Encoding:
Text File  |  1989-11-17  |  696 b   |  25 lines  |  [TEXT/MPS ]

  1. /*
  2.     CTBUtils.r - Rez constants for the Comm. Toolbox Utilities.
  3.     
  4.     Copyright © 1989 Apple Computer, Inc.  All rights reserved.
  5. */
  6.  
  7. #define    popupMenuCDEFproc        1008            /* CDEF ID 63 * 16 */
  8.  
  9. #define    popupFixedWidth            0x0001
  10. #define    popupUseCQD                0x0002
  11. #define    popupUseAddResMenu        0x0004
  12. #define    popupUseWFont            0x0008
  13.     
  14. #define    popupTitleBold            0x0100
  15. #define    popupTitleItalic        0x0200
  16. #define    popupTitleUnderline        0x0400
  17. #define    popupTitleOutline        0x0800
  18. #define    popupTitleShadow        0x1000
  19. #define    popupTitleCondense        0x2000
  20. #define    popupTitleExtend        0x4000
  21. #define popupTitleNoStyle        0x8000
  22.  
  23. #define    popupTitleLeftJust        0x0000
  24. #define    popupTitleCenterJust    0x0001
  25. #define    popupTitleRightJust        0x00FF